Micron Document
🌎 rns.kin.earth git 🌍

Node / dev / reticulum / commits / 843c1a7

Commit 843c1a77b7fe4e25568c3649eda2e56ff8ab9c9e


Parents : 459f6b7
Author : Mark Qvist <mark@adepta.io>
Date : 2020-06-10T11:17:55+02:00

Updated example description

Changes

1 files changed, 11 insertions(+), 0 deletions(-)


Diff

diff --git a/Examples/Filetransfer.py b/Examples/Filetransfer.py
index 4cb3cacd..dc9d0192 100644
--- a/Examples/Filetransfer.py
+++ b/Examples/Filetransfer.py
@@ -3,6 +3,17 @@
# server and client program. The server will serve a #
# directory of files, and the clients can list and #
# download files from the server. #
+# #
+# Please note that using RNS Resources for large file #
+# transfers is not recommended, since compression, #
+# encryption and hashmap sequencing can take a long time #
+# on systems with slow CPUs, which will probably result #
+# in the client timing out before the resource sender #
+# can complete preparing the resource. #
+# #
+# If you need to transfer large files, use the Bundle #
+# class instead, which will automatically slice the data #
+# into chunks suitable for packing as a Resource. #
##########################################################
import os

Served by rngit 1.5.2 - Generated in 0.04s